Accusoft Prizm Viewer List File Schema Schema
annotationservertype Complex Type
See Also  Send comments on this topic.
Accusoft Prizm Viewer List File Schema Schema : annotationservertype Complex Type

Glossary Item Box

Description

An annotation server element consists of an image host name and an annotation server url.
Namespace (none)

Diagram

annotationservertype Complex Type

Overview

annotationservertype
An annotation server element consists of an image host name and an annotation server url.
ImageHostName required xsd:anyURI
The ImageHostName attribute specifies the host server for the annotated images.
AnnotationServerURL required xsd:anyURI
The AnnotationServerURL attribute specifies the annotation server URL relative to the image being annotated.

Used By

Attributes

NameTypeUseDefaultFixedDescription
ImageHostNamexsd:anyURIrequired  The ImageHostName attribute specifies the host server for the annotated images.
AnnotationServerURLxsd:anyURIrequired  The AnnotationServerURL attribute specifies the annotation server URL relative to the image being annotated.

Source

<xsd:complexType name="annotationservertype" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:annotation>
    <xsd:documentation>An annotation server element consists of an image host name and an annotation server url.</xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="ImageHostName" type="xsd:anyURI" use="required">
    <xsd:annotation>
      <xsd:documentation>The ImageHostName attribute specifies the host server for the annotated images.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="AnnotationServerURL" type="xsd:anyURI" use="required">
    <xsd:annotation>
      <xsd:documentation>The AnnotationServerURL attribute specifies the annotation server URL relative to the image being annotated.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:complexType>

See Also

©2015. Accusoft Corporation. All Rights Reserved.